Goto

Collaborating Authors

 diet coke


Coca-Cola announces new Orange Cream flavor: 'Iconic and nostalgic taste'

FOX News

Coca-Cola's new futuristic flavor was co-created using artificial intelligence. Some Americans said it tasted better than the original recipe, but others couldn't stomach a whole can. Coca-Cola is debuting a new flavor – and it's got a hint of citrus in it. Coca-Cola Orange Cream will be available nationwide starting Feb. 10, the Atlanta-based soda company announced on Monday morning. Described as "the delicious taste of Coca-Cola infused with refreshing orange and smooth, creamy vanilla flavors," Coca-Cola Orange Cream will also be available in a Zero Sugar version.


Causality in the Can: Diet Coke's Impact on Fatness

Qi, Yicheng, Li, Ang

arXiv.org Artificial Intelligence

Artificially sweetened beverages like Diet Coke are often considered healthier alternatives, but the debate over their impact on obesity persists. Previous research has predominantly relied on observational data or randomized controlled trials (RCTs), which may not accurately capture the causal relationship between Diet Coke consumption and obesity. This study uses causal inference methods, employing data from the National Health and Nutrition Examination Survey (NHANES) to examine this relationship across diverse demographics. Instead of relying on RCT data, we constructed a causal graph and applied the back-door criterion with its adjustment formula to estimate the RCT distributions. We then calculated the counterfactual quantity, the Probability of Necessity and Sufficiency (PNS), using both NHANES data and estimated RCT data. We propose that PNS is the essential metric for assessing the impact of Diet Coke on obesity. Our results indicate that between 20% to 50% of individuals, especially those with poor dietary habits, are more likely to gain weight from Diet Coke. Conversely, in groups like young females with healthier diets, only a small proportion experience weight gain due to Diet Coke. These findings highlight the influence of individual lifestyle and potential hormonal factors on the varied effects of Diet Coke, providing a new framework for understanding its nutritional impacts on health.


Cluster-Guided Label Generation in Extreme Multi-Label Classification

Jung, Taehee, Kim, Joo-Kyung, Lee, Sungjin, Kang, Dongyeop

arXiv.org Artificial Intelligence

For extreme multi-label classification (XMC), existing classification-based models poorly perform for tail labels and often ignore the semantic relations among labels, like treating "Wikipedia" and "Wiki" as independent and separate labels. In this paper, we cast XMC as a generation task (XLGen), where we benefit from pre-trained text-to-text models. However, generating labels from the extremely large label space is challenging without any constraints or guidance. We, therefore, propose to guide label generation using label cluster information to hierarchically generate lower-level labels. We also find that frequency-based label ordering and using decoding ensemble methods are critical factors for the improvements in XLGen. XLGen with cluster guidance significantly outperforms the classification and generation baselines on tail labels, and also generally improves the overall performance in four popular XMC benchmarks. In human evaluation, we also find XLGen generates unseen but plausible labels. Our code is now available at https://github.com/alexa/xlgen-eacl-2023.